ioemu: Disable format auto-probing in monitor command change
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 18 Jun 2008 08:39:14 +0000 (09:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 18 Jun 2008 08:39:14 +0000 (09:39 +0100)
commit0a8346854e56486156268113c4632e6f2545bc93
tree331470f6caf4302d9e13e66768a7bea5e295c728
parent030c31dd18ad7dc1c71d6502c577762e467cdb92
ioemu: Disable format auto-probing in monitor command change

Format auto-probing of writable images is a security hole.  The last
known remaining instance is monitor command change.  Disable probing
there and use raw.  This breaks change for images in all other
formats.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
tools/ioemu/monitor.c